home *** CD-ROM | disk | FTP | other *** search
- object Encsfxform: TEncsfxform
- Left = 793
- Top = 465
- BorderStyle = bsDialog
- Caption = 'Convert to SFX'
- ClientHeight = 201
- ClientWidth = 417
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Topbevel: TBevel
- Left = 0
- Top = 65
- Width = 417
- Height = 8
- Align = alTop
- Shape = bsTopLine
- end
- object Browsebutton: TSpeedButton
- Left = 384
- Top = 88
- Width = 23
- Height = 22
- Hint = 'Browse.'
- Caption = '...'
- OnClick = BrowsebuttonClick
- end
- object Typelabel: TLabel
- Left = 8
- Top = 120
- Width = 48
- Height = 13
- Caption = 'Stub type:'
- end
- object Bottombevel: TBevel
- Left = 8
- Top = 160
- Width = 401
- Height = 9
- Shape = bsTopLine
- end
- object Toppanel: TPanel
- Left = 0
- Top = 0
- Width = 417
- Height = 65
- Align = alTop
- BevelOuter = bvNone
- Color = clWhite
- TabOrder = 0
- object Captionlabel: TLabel
- Left = 8
- Top = 8
- Width = 233
- Height = 13
- Caption = 'Create Self-Extracting Encrypted Archive'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Infolabel: TLabel
- Left = 16
- Top = 24
- Width = 389
- Height = 26
- Caption =
- 'Please specify the location of the file that you want to make an' +
- ' SFX archive out of. Select a sfx-stub of your choice in the low' +
- 'er section.'
- WordWrap = True
- end
- end
- object Inputedit: TLabeledEdit
- Left = 8
- Top = 88
- Width = 369
- Height = 21
- EditLabel.Width = 67
- EditLabel.Height = 13
- EditLabel.Caption = 'Encrypted file:'
- LabelPosition = lpAbove
- LabelSpacing = 3
- ReadOnly = True
- TabOrder = 1
- end
- object Winradiobutton: TRadioButton
- Left = 24
- Top = 136
- Width = 137
- Height = 17
- Caption = 'Windows 32 stub'
- Checked = True
- TabOrder = 2
- TabStop = True
- end
- object Dosradiobutton: TRadioButton
- Left = 168
- Top = 136
- Width = 241
- Height = 17
- Caption = 'DOS stub'
- TabOrder = 3
- end
- object Cancelbutton: TButton
- Left = 336
- Top = 168
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 4
- OnClick = CancelbuttonClick
- end
- object Okbutton: TButton
- Left = 256
- Top = 168
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 5
- OnClick = OkbuttonClick
- end
- object Helpbutton: TButton
- Left = 8
- Top = 168
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 6
- OnClick = HelpbuttonClick
- end
- object Opendialog: TOpenDialog
- Filter = 'TUGZip Encrypted Files (*.tze)|*.tze'
- Left = 8
- Top = 8
- end
- end
-